func text/template.isNil

5 uses

	text/template (current package)
		funcs.go#L447: func isNil(v reflect.Value) bool {
		funcs.go#L511: 				if isNil(arg1) || isNil(arg) {
		funcs.go#L512: 					truth = isNil(arg) == isNil(arg1)